usb: Move 'bmRequestType' USB device request macros from EHCI header
authorVivek Gautam <[email protected]>
Sat, 14 Sep 2013 08:32:44 +0000 (14:02 +0530)
committerMarek Vasut <[email protected]>
Sun, 20 Oct 2013 21:42:38 +0000 (23:42 +0200)
commite3d7440c2212497b33f0b12f5112f1a99e3f201c
tree58cafac899ef7811a37958bdfa2597db6b8cadc8
parent183acb700378a8cfc5d50a01a65de93fb2c24586
usb: Move 'bmRequestType' USB device request macros from EHCI header

Macros defining bmRequestType field of USB device request,
given in table 9.2 USB 2.0 spec, are rather generic macros
which can be further used by other Host controller stacks.
So moving them to usb_defs header.

Signed-off-by: Vivek Gautam <[email protected]>
Cc: Julius Werner <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Minkyu Kang <[email protected]>
Cc: Dan Murphy <[email protected]>
Cc: Marek Vasut <[email protected]>
drivers/usb/host/ehci.h
include/usb_defs.h